Check Missing Windows Updates
Check For Any Missing Windows Updates On The Current Endpoint
- Open PowerShell and enter the below command:
- (New-Object -ComObject Microsoft.Update.Session).CreateupdateSearcher().Search(“IsHidden=0 and IsInstalled=0”).Updates | Select-Object Title